runtime.sudog.waittail (field)
15 uses
	runtime (current package)
		runtime2.go#L395: 	waittail *sudog // semaRoot
		sema.go#L313: 				s.waittail = t.waittail
		sema.go#L314: 				if s.waittail == nil {
		sema.go#L315: 					s.waittail = t
		sema.go#L324: 				t.waittail = nil
		sema.go#L327: 				if t.waittail == nil {
		sema.go#L330: 					t.waittail.waitlink = s
		sema.go#L332: 				t.waittail = s
		sema.go#L417: 			t.waittail = s.waittail
		sema.go#L419: 			t.waittail = nil
		sema.go#L429: 		tailtime = s.waittail.acquiretime
		sema.go#L430: 		s.waittail.acquiretime = now
		sema.go#L432: 		s.waittail = nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |